ExecutorCompat

Helper for accessing features in Executor.

Functions

Link copied to clipboard
@NonNull
open fun create(@NonNull handler: @NonNull Handler): @NonNull Executor
Creates an adapter Executor that posts all executed tasks onto the given Handler.